home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / dvtools / demos / dwpdemo / dwp_fundecl.h < prev    next >
C/C++ Source or Header  |  1997-05-08  |  1KB  |  33 lines

  1. /* Functions defined in dwp_data.c */
  2. /* Functions defined in dwp_dsp.c */
  3. void InitWindow V_P_((int which));
  4. void new_window V_P_((char *device, int width, int height, char *name, int x, int y, int window_number));
  5. void draw_screen V_P_((int window_number));
  6. void SetupDynamics V_P_((int window_number));
  7. void close_window V_P_((int window_number));
  8. void TermDisplays V_P_((void));
  9. /* Functions defined in dwp_dyn.c */
  10. void HandleDynamics V_P_((void));
  11. void setup_main_window V_P_((void));
  12. void setup_ammonia_window V_P_((void));
  13. void setup_hp_drum_window V_P_((void));
  14. void setup_lp_drum_window V_P_((void));
  15. void setup_hand_window V_P_((void));
  16. void change_valve V_P_((void));
  17. void reset V_P_((void));
  18. /* Functions defined in dwp_events.c */
  19. void InitSimpleEvents V_P_((void));
  20. void HandleEvents V_P_((OBJECT location));
  21. void HandlePickEvent V_P_((OBJECT location));
  22. /* Functions defined in dwp_main.c */
  23. int main V_P_((int argc, char *argv[]));
  24. /* Functions defined in dwp_model.c */
  25. void InitApplication V_P_((void));
  26. void SelectWindow V_P_((char *name, int *number));
  27. void DoCommand V_P_((char *name));
  28. /* Functions defined in dwp_rebind.c */
  29. void RebindData V_P_((VIEW view));
  30. void TermData V_P_((void));
  31. /* Functions defined in dwp_vars.c */
  32. char *StrClone V_P_((char * string));
  33.